go/ast.CaseClause.Colon (field)
4 uses
go/ast (current package)
ast.go#L724: Colon token.Pos // position of ":"
ast.go#L851: return s.Colon + 1
go/parser
parser.go#L2218: return &ast.CaseClause{Case: pos, List: list, Colon: colon, Body: body}
go/types
stmt.go#L758: check.declare(check.scope, nil, obj, clause.Colon)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)